home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / e / amigae21 / amigaedo.lha / ModulesText / exec / strings.txt < prev    next >
Text File  |  1992-09-02  |  229b  |  13 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:exec/strings.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. CONST EOS=0,
  6.       BELL=7,
  7.       LF=10,
  8.       CR=13,
  9.       BS=8,
  10.       DEL=$7F,
  11.       NL=10
  12.  
  13.